Creates a GridPanel containing the specified Plot and AxisRenderer-s.
Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing
Java Copy Code |
---|
public GridPanel createPlotAndAxes ( |
A Plot2D instance.
An array of XAxisRenderer components that should be placed at the top side of the plot.
An array of YAxisRenderer components that should be placed at the left side of the plot.
An array of XAxisRenderer components that should be placed at the bottom side of the plot.
An array of YAxisRenderer components that should be placed at the right side of the plot.
A GridPanel instance.